*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
 }
.Contact-Section{
    width: 100%;
    min-height: 100vh;
    background-color: white;
}
.Contact-Container{
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 100px;
}
.Contact-Content-Section{
    float: left;
    width: 55%;
}
.Contact-Image-Section{
    float: right;
    width: 40%;
}
.Contact-Image-Section img{
    width: 63%;
    height: auto;
}
.Contact-Content-Section .Contact-Title .Contact-Heading{
    text-transform: uppercase;
    font-size: 28px;
    color: #ffd700;
}
.Contact-Content h3{
    margin-top: 20px;
    font-size: 21px;
    color: teal;
}
.Contact-Content p{
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: black;
}
.contact-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}
.contact-icons a {
    text-decoration: none;
    color: #333;
    font-size: 24px;
    transition: transform 0.3s ease;
}
.contact-icons a:hover {
    transform: scale(1.2);
}
.contact-icons a.phone {
    font-size: 30px;
    color:#ffd700; /* WhatsApp color */
}
.contact-icons a.phone:hover{
    color: #008080;
}
.contact-icons a.email {
    font-size: 30px;
    color:#ffd700; /* Email color */
}
.contact-icons a.email:hover{
    color: #008080;
}
.contact-icons a.whatsapp {
    font-size: 30px;
    color:#ffd700; /* WhatsApp color */
}
.contact-icons a.whatsapp:hover{
    color: #008080;
}
.Contact-Content-Section .Contact-Social{
    margin: 10px 10px;
}
.Contact-Content-Section .Contact-Social i{
    color: black;
    font-size: 30px;
    padding: 0px 10px;
}
.Contact-Content-Section .Contact-Social i:hover{
    color: #008080;
}

@media screen and (max-width: 1080px) {
    .Contact-Container {
        width: 90%;
        padding-top: 50px;
    }

    .Contact-Content-Section,
    .Contact-Image-Section {
        float: none;
        width: 100%;
        text-align: center;
    }

    .Contact-Image-Section img {
        width: 80%;
        margin: 20px auto;
    }

    .Contact-Content h3,
    .Contact-Content p {
        text-align: center;
    }

    .Contact-Content-Section .Contact-Title .Contact-Heading {
        font-size: 24px; /* Adjust the font size */
        color: #008080; /* Change heading color */
    }

    .Contact-Content h3 {
        font-size: 18px; /* Adjust h3 font size */
        color: #ffd700; /* Change h3 color */
    }

    .Contact-Content p {
        font-size: 16px; /* Adjust paragraph font size */
        color: black;
    }

    .contact-icons a.phone {
        color: #008080;
    }

    .contact-icons a.phone:hover {
        color: #ffd700;
    }

    .contact-icons a.whatsapp {
        color: #008080;
    }

    .contact-icons a.whatsapp:hover {
        color: #ffd700;
    }

    .contact-icons a.email {
        color: #008080;
    }

    .contact-icons a.email:hover {
        color: #ffd700;
    }

    .Contact-Content-Section .Contact-Social {
        margin: 20px 0; /* Adjust social icons' margin */
        text-align: center; /* Center align social icons */
    }

    .Contact-Content-Section .Contact-Social i {
        font-size: 25px; /* Reduce icon size */
        padding: 0px 8px; /* Adjust padding for icons */
        color: black;
    }

    .Contact-Content-Section .Contact-Social i:hover {
        color: #ffd700; /* Hover color for social icons */
    }
}

@media (max-width: 1024px) {
    .Contact-Content-Section {
        width: 100%;
        float: none;
        text-align: center;
    }

    .Contact-Image-Section {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    .Contact-Image-Section img {
        width: 50%;
    }
}

@media (max-width: 912px) {
    .Contact-Container {
        width: 90%;
        padding-top: 80px;
    }

    .Contact-Content-Section,
    .Contact-Image-Section {
        width: 100%;
        float: none;
        text-align: center;
    }

    .Contact-Image-Section img {
        width: 60%;
    }
}

@media (max-width: 820px) {
    .Contact-Container {
        width: 95%;
        padding-top: 60px;
    }

    .Contact-Content-Section,
    .Contact-Image-Section {
        width: 100%;
        float: none;
        text-align: center;
    }

    .Contact-Image-Section img {
        width: 70%;
    }

    .contact-icons {
        flex-direction: column;
        align-items: center;
    }

    .Contact-Content h3 {
        font-size: 19px;
    }

    .Contact-Content p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .Contact-Container {
        width: 90%; /* Adjust container width */
        padding-top: 50px; /* Adjust top padding */
    }

    .Contact-Content-Section, .Contact-Image-Section {
        float: none; /* Remove float so they stack vertically */
        width: 100%; /* Make both sections full width */
        margin-bottom: 20px; /* Add some space between sections */
    }

    .Contact-Image-Section img {
        width: 100%; /* Make the image responsive */
        height: auto;
    }

    .Contact-Content-Section .Contact-Title .Contact-Heading {
        font-size: 24px; /* Adjust the font size */
        color:#008080; /* Change heading color */
    }

    .Contact-Content h3 {
        font-size: 18px; /* Adjust h3 font size */
        color: #ffd700; /* Change h3 color */
    }

    .Contact-Content p {
        font-size: 16px; /* Adjust paragraph font size */
        color: black;
    }
    .contact-icons a.phone{
        color:#008080;
    }
    .contact-icons a.phone:hover{
        color: #ffd700;
    }
    .contact-icons a.whatsapp{
        color: #008080;
    }
    .contact-icons a.whatsapp:hover{
        color: #ffd700;
    }
    .contact-icons a.email{
        color: #008080;
    }
    .contact-icons a.email:hover{
        color: #ffd700;
    }
    .Contact-Content-Section .Contact-Social {
        margin: 20px 0; /* Adjust social icons' margin */
        text-align: center; /* Center align social icons */
    }

    .Contact-Content-Section .Contact-Social i {
        font-size: 25px; /* Reduce icon size */
        padding: 0px 8px; /* Adjust padding for icons */
        color: black;
    }

    .Contact-Content-Section .Contact-Social i:hover {
        color: #ffd700; /* Hover color for social icons */
    }
}

@media (max-width: 480px) {
    /* Contact Container */
    .Contact-Container {
        width: 90%; /* Adjust container width */
        padding-top: 40px; /* Adjust top padding for smaller screens */
    }

    /* Contact Content Section and Image Section */
    .Contact-Content-Section, .Contact-Image-Section {
        float: none; /* Remove float to stack content vertically */
        width: 100%; /* Make both sections full width */
        margin-bottom: 18px; /* Adjust space between sections */
    }

    .Contact-Image-Section img {
        width: 100%; /* Make the image responsive */
        height: auto; /* Maintain aspect ratio */
    }

    /* Contact Title */
    .Contact-Content-Section .Contact-Title .Contact-Heading {
        font-size: 22px; /* Adjust font size for the heading */
        color: #008080; /* Change heading color */
    }

    /* Contact Content */
    .Contact-Content h3 {
        font-size: 16px; /* Adjust h3 font size */
        color: #ffd700; /* Change h3 color */
    }

    .Contact-Content p {
        font-size: 14px; /* Adjust paragraph font size */
        color: black;
    }

    /* Contact Icons */
    .contact-icons a.phone,
    .contact-icons a.whatsapp,
    .contact-icons a.email {
        color: #008080; /* Set default color */
    }

    .contact-icons a.phone:hover,
    .contact-icons a.whatsapp:hover,
    .contact-icons a.email:hover {
        color: #ffd700; /* Set hover color */
    }

    /* Contact Social Icons */
    .Contact-Content-Section .Contact-Social {
        margin: 15px 0; /* Adjust margin for social icons */
        text-align: center; /* Center align social icons */
    }

    .Contact-Content-Section .Contact-Social i {
        font-size: 22px; /* Reduce icon size for smaller screens */
        padding: 0 6px; /* Adjust padding for icons */
        color: black;
    }

    .Contact-Content-Section .Contact-Social i:hover {
        color: #ffd700; /* Hover color for social icons */
    }
}

@media (max-width: 414px) {
    /* Contact Container */
    .Contact-Container {
        width: 90%; /* Adjust container width */
        padding-top: 40px; /* Adjust top padding for smaller screens */
    }

    /* Contact Content Section and Image Section */
    .Contact-Content-Section, .Contact-Image-Section {
        float: none; /* Remove float to stack content vertically */
        width: 100%; /* Make both sections full width */
        margin-bottom: 18px; /* Adjust space between sections */
    }

    .Contact-Image-Section img {
        width: 100%; /* Make the image responsive */
        height: auto; /* Maintain aspect ratio */
    }

    /* Contact Title */
    .Contact-Content-Section .Contact-Title .Contact-Heading {
        font-size: 22px; /* Adjust font size for the heading */
        color: #008080; /* Change heading color */
    }

    /* Contact Content */
    .Contact-Content h3 {
        font-size: 16px; /* Adjust h3 font size */
        color: #ffd700; /* Change h3 color */
    }

    .Contact-Content p {
        font-size: 14px; /* Adjust paragraph font size */
        color: black;
    }

    /* Contact Icons */
    .contact-icons a.phone,
    .contact-icons a.whatsapp,
    .contact-icons a.email {
        color: #008080; /* Set default color */
    }

    .contact-icons a.phone:hover,
    .contact-icons a.whatsapp:hover,
    .contact-icons a.email:hover {
        color: #ffd700; /* Set hover color */
    }

    /* Contact Social Icons */
    .Contact-Content-Section .Contact-Social {
        margin: 15px 0; /* Adjust margin for social icons */
        text-align: center; /* Center align social icons */
    }

    .Contact-Content-Section .Contact-Social i {
        font-size: 22px; /* Reduce icon size for smaller screens */
        padding: 0 6px; /* Adjust padding for icons */
        color: black;
    }

    .Contact-Content-Section .Contact-Social i:hover {
        color: #ffd700; /* Hover color for social icons */
    }
}

@media (max-width: 375px) {
    /* Contact Container */
    .Contact-Container {
        width: 90%; /* Adjust container width */
        padding-top: 40px; /* Adjust top padding for smaller screens */
    }

    /* Contact Content Section and Image Section */
    .Contact-Content-Section, .Contact-Image-Section {
        float: none; /* Remove float to stack content vertically */
        width: 100%; /* Make both sections full width */
        margin-bottom: 18px; /* Adjust space between sections */
    }

    .Contact-Image-Section img {
        width: 100%; /* Make the image responsive */
        height: auto; /* Maintain aspect ratio */
    }

    /* Contact Title */
    .Contact-Content-Section .Contact-Title .Contact-Heading {
        font-size: 22px; /* Adjust font size for the heading */
        color: #008080; /* Change heading color */
    }

    /* Contact Content */
    .Contact-Content h3 {
        font-size: 16px; /* Adjust h3 font size */
        color: #ffd700; /* Change h3 color */
    }

    .Contact-Content p {
        font-size: 14px; /* Adjust paragraph font size */
        color: black;
    }

    /* Contact Icons */
    .contact-icons a.phone,
    .contact-icons a.whatsapp,
    .contact-icons a.email {
        color: #008080; /* Set default color */
    }

    .contact-icons a.phone:hover,
    .contact-icons a.whatsapp:hover,
    .contact-icons a.email:hover {
        color: #ffd700; /* Set hover color */
    }

    /* Contact Social Icons */
    .Contact-Content-Section .Contact-Social {
        margin: 15px 0; /* Adjust margin for social icons */
        text-align: center; /* Center align social icons */
    }

    .Contact-Content-Section .Contact-Social i {
        font-size: 22px; /* Reduce icon size for smaller screens */
        padding: 0 6px; /* Adjust padding for icons */
        color: black;
    }

    .Contact-Content-Section .Contact-Social i:hover {
        color: #ffd700; /* Hover color for social icons */
    }
}

@media (max-width: 360px) {
    /* Contact Container */
    .Contact-Container {
        width: 90%; /* Adjust container width to fit smaller screens */
        padding-top: 40px; /* Adjust top padding for better spacing */
    }

    /* Contact Content Section and Image Section */
    .Contact-Content-Section, .Contact-Image-Section {
        float: none; /* Remove float so they stack vertically */
        width: 100%; /* Make both sections full width */
        margin-bottom: 18px; /* Adjust space between sections */
    }

    .Contact-Image-Section img {
        width: 100%; /* Make the image responsive */
        height: auto; /* Maintain aspect ratio */
    }

    /* Contact Title */
    .Contact-Content-Section .Contact-Title .Contact-Heading {
        font-size: 22px; /* Adjust font size for the heading */
        color: #008080; /* Change heading color */
    }

    /* Contact Content */
    .Contact-Content h3 {
        font-size: 16px; /* Adjust h3 font size for smaller screens */
        color: #ffd700; /* Change h3 color */
    }

    .Contact-Content p {
        font-size: 14px; /* Adjust paragraph font size */
        color: black;
    }

    /* Contact Social Icons */
    .Contact-Content-Section .Contact-Social {
        margin: 15px 0; /* Adjust margin for social icons */
        text-align: center; /* Center align social icons */
    }

    .Contact-Content-Section .Contact-Social i {
        font-size: 20px; /* Reduce icon size for smaller screens */
        padding: 0 6px; /* Adjust padding for icons */
        color: black;
    }

    .Contact-Content-Section .Contact-Social i:hover {
        color: #ffd700; /* Hover color for social icons */
    }

    /* Contact Icons (Phone, WhatsApp, Email) */
    .contact-icons a.phone,
    .contact-icons a.whatsapp,
    .contact-icons a.email {
        color: #008080; /* Set default color */
    }

    .contact-icons a.phone:hover,
    .contact-icons a.whatsapp:hover,
    .contact-icons a.email:hover {
        color: #ffd700; /* Set hover color */
    }
}